unreachable code meaning in English
执行不到的代码
Examples
- Unreachable code should not be part of a code base
执行不到的代码不应当成为代码基的一部分。 - Identifying dead or unreachable code
识别死的或不可到达的代码。 - To fix this , redo the logic test to eliminate the unreachable code
方法。若要修复此问题,请重复逻辑测试以消除无法访问的代码。 - Fortunately , the same technique used to determine the impact of code enhancement as shown in the previous section can be applied to the identification of dead or unreachable code
幸运的是,用于确定代码增强所带来的影响的相同技术(如前一节所示)也可应用于识别死的或不可达的代码。 - In addition to identifying untested code and locating bugs , cobertura can optimize code by flagging dead , unreachable code and can provide insights into how an api operates in practice
除了找出未测试到的代码并发现bug外, cobertura还可以通过标记无用的、执行不到的代码来优化代码,还可以提供api实际操作的内部信息。